Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DataCollectionBase<T> Class
Properties Methods Events

In This Topic
    C1DataCollectionBase<T> Class Members
    In This Topic

    The following tables list the members exposed by C1DataCollectionBase<T>.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements in the collection.  
    Public PropertyGets whether the collection is disposed.  
    Public PropertyGets the element at the specified index in the read-only list.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodGets the type of the item.  
    Public MethodGets the index of the specified item.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. Wraps an System.Collections.IEnumerable into a data collection.
    Public Extension MethodOverloaded. Wraps an System.Collections.IEnumerable into a data collection.
    Top
    Public Events
     NameDescription
    Public EventOccurs after the collection changed.  
    Public EventOccurs when a property value changes.  
    Top
    See Also